Change initial-frame-alist and default-frame-alist defaults (Bug#2249).
authorChong Yidong <cyd@stupidchicken.com>
Fri, 25 Jun 2010 19:24:05 +0000 (15:24 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Fri, 25 Jun 2010 19:24:05 +0000 (15:24 -0400)
commit33f90cfd489338306584a8f449245d7aa8f59b0a
treef2d38fbad54d0ca8165d9dd79634308dd6a3629a
parentca32755a0d469e7b4422b5831b33ce49e3c622bd
Change initial-frame-alist and default-frame-alist defaults (Bug#2249).
Since the menu-bar and tool-bar are now unconditionally turned on by
default, we can let the defcustom defaults reflect that.

* frame.el (initial-frame-alist): Give default value entries for
menu-bar-lines and tool-bar-lines consistent with the startup
default (Bug#2249).

* frame.c (Vdefault_frame_alist): Give default value entries for
menu-bar-lines and tool-bar-lines consistent with the startup
default (Bug#2249).
lisp/ChangeLog
lisp/frame.el
src/ChangeLog
src/frame.c